home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / resources / wsdl / wsconfig.wsdl < prev    next >
Extensible Markup Language  |  2008-11-13  |  10KB  |  226 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3.   <wsdl:types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:import namespace="http://www.w3.org/2001/XMLSchema" />
  6.       <s:element name="historyfile">
  7.         <s:complexType>
  8.           <s:sequence>
  9.             <s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
  10.           </s:sequence>
  11.         </s:complexType>
  12.       </s:element>
  13.       <s:element name="historyfileResponse">
  14.         <s:complexType>
  15.           <s:sequence>
  16.             <s:element minOccurs="0" maxOccurs="1" name="historyfileResult">
  17.               <s:complexType>
  18.                 <s:sequence>
  19.                   <s:element ref="s:schema" />
  20.                   <s:any />
  21.                 </s:sequence>
  22.               </s:complexType>
  23.             </s:element>
  24.           </s:sequence>
  25.         </s:complexType>
  26.       </s:element>
  27.       <s:element name="changepwd">
  28.         <s:complexType>
  29.           <s:sequence>
  30.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  31.             <s:element minOccurs="0" maxOccurs="1" name="oldpassword" type="s:string" />
  32.             <s:element minOccurs="0" maxOccurs="1" name="newpassword" type="s:string" />
  33.           </s:sequence>
  34.         </s:complexType>
  35.       </s:element>
  36.       <s:element name="changepwdResponse">
  37.         <s:complexType>
  38.           <s:sequence>
  39.             <s:element minOccurs="0" maxOccurs="1" name="changepwdResult" type="s:string" />
  40.           </s:sequence>
  41.         </s:complexType>
  42.       </s:element>
  43.       <s:element name="fetchhistory">
  44.         <s:complexType>
  45.           <s:sequence>
  46.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  47.             <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
  48.             <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
  49.           </s:sequence>
  50.         </s:complexType>
  51.       </s:element>
  52.       <s:element name="fetchhistoryResponse">
  53.         <s:complexType>
  54.           <s:sequence>
  55.             <s:element minOccurs="0" maxOccurs="1" name="fetchhistoryResult">
  56.               <s:complexType>
  57.                 <s:sequence>
  58.                   <s:element ref="s:schema" />
  59.                   <s:any />
  60.                 </s:sequence>
  61.               </s:complexType>
  62.             </s:element>
  63.           </s:sequence>
  64.         </s:complexType>
  65.       </s:element>
  66.       <s:element name="fetchhistorylist">
  67.         <s:complexType>
  68.           <s:sequence>
  69.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  70.             <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
  71.             <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
  72.             <s:element minOccurs="1" maxOccurs="1" name="fromfilesize" type="s:int" />
  73.             <s:element minOccurs="1" maxOccurs="1" name="tofilesize" type="s:int" />
  74.             <s:element minOccurs="0" maxOccurs="1" name="fromdate" type="s:string" />
  75.             <s:element minOccurs="0" maxOccurs="1" name="todate" type="s:string" />
  76.             <s:element minOccurs="0" maxOccurs="1" name="filename" type="s:string" />
  77.             <s:element minOccurs="1" maxOccurs="1" name="isdate" type="s:int" />
  78.           </s:sequence>
  79.         </s:complexType>
  80.       </s:element>
  81.       <s:element name="fetchhistorylistResponse">
  82.         <s:complexType>
  83.           <s:sequence>
  84.             <s:element minOccurs="0" maxOccurs="1" name="fetchhistorylistResult">
  85.               <s:complexType>
  86.                 <s:sequence>
  87.                   <s:element ref="s:schema" />
  88.                   <s:any />
  89.                 </s:sequence>
  90.               </s:complexType>
  91.             </s:element>
  92.           </s:sequence>
  93.         </s:complexType>
  94.       </s:element>
  95.       <s:element name="adminfetchhistory">
  96.         <s:complexType>
  97.           <s:sequence>
  98.             <s:element minOccurs="0" maxOccurs="1" name="strAdminuid" type="s:string" />
  99.             <s:element minOccurs="0" maxOccurs="1" name="strAdminpwd" type="s:string" />
  100.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  101.             <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
  102.           </s:sequence>
  103.         </s:complexType>
  104.       </s:element>
  105.       <s:element name="adminfetchhistoryResponse">
  106.         <s:complexType>
  107.           <s:sequence>
  108.             <s:element minOccurs="0" maxOccurs="1" name="adminfetchhistoryResult">
  109.               <s:complexType>
  110.                 <s:sequence>
  111.                   <s:element ref="s:schema" />
  112.                   <s:any />
  113.                 </s:sequence>
  114.               </s:complexType>
  115.             </s:element>
  116.           </s:sequence>
  117.         </s:complexType>
  118.       </s:element>
  119.     </s:schema>
  120.   </wsdl:types>
  121.   <wsdl:message name="historyfileSoapIn">
  122.     <wsdl:part name="parameters" element="tns:historyfile" />
  123.   </wsdl:message>
  124.   <wsdl:message name="historyfileSoapOut">
  125.     <wsdl:part name="parameters" element="tns:historyfileResponse" />
  126.   </wsdl:message>
  127.   <wsdl:message name="changepwdSoapIn">
  128.     <wsdl:part name="parameters" element="tns:changepwd" />
  129.   </wsdl:message>
  130.   <wsdl:message name="changepwdSoapOut">
  131.     <wsdl:part name="parameters" element="tns:changepwdResponse" />
  132.   </wsdl:message>
  133.   <wsdl:message name="fetchhistorySoapIn">
  134.     <wsdl:part name="parameters" element="tns:fetchhistory" />
  135.   </wsdl:message>
  136.   <wsdl:message name="fetchhistorySoapOut">
  137.     <wsdl:part name="parameters" element="tns:fetchhistoryResponse" />
  138.   </wsdl:message>
  139.   <wsdl:message name="fetchhistorylistSoapIn">
  140.     <wsdl:part name="parameters" element="tns:fetchhistorylist" />
  141.   </wsdl:message>
  142.   <wsdl:message name="fetchhistorylistSoapOut">
  143.     <wsdl:part name="parameters" element="tns:fetchhistorylistResponse" />
  144.   </wsdl:message>
  145.   <wsdl:message name="adminfetchhistorySoapIn">
  146.     <wsdl:part name="parameters" element="tns:adminfetchhistory" />
  147.   </wsdl:message>
  148.   <wsdl:message name="adminfetchhistorySoapOut">
  149.     <wsdl:part name="parameters" element="tns:adminfetchhistoryResponse" />
  150.   </wsdl:message>
  151.   <wsdl:portType name="wsconfigSoap">
  152.     <wsdl:operation name="historyfile">
  153.       <wsdl:input message="tns:historyfileSoapIn" />
  154.       <wsdl:output message="tns:historyfileSoapOut" />
  155.     </wsdl:operation>
  156.     <wsdl:operation name="changepwd">
  157.       <wsdl:input message="tns:changepwdSoapIn" />
  158.       <wsdl:output message="tns:changepwdSoapOut" />
  159.     </wsdl:operation>
  160.     <wsdl:operation name="fetchhistory">
  161.       <wsdl:input message="tns:fetchhistorySoapIn" />
  162.       <wsdl:output message="tns:fetchhistorySoapOut" />
  163.     </wsdl:operation>
  164.     <wsdl:operation name="fetchhistorylist">
  165.       <wsdl:input message="tns:fetchhistorylistSoapIn" />
  166.       <wsdl:output message="tns:fetchhistorylistSoapOut" />
  167.     </wsdl:operation>
  168.     <wsdl:operation name="adminfetchhistory">
  169.       <wsdl:input message="tns:adminfetchhistorySoapIn" />
  170.       <wsdl:output message="tns:adminfetchhistorySoapOut" />
  171.     </wsdl:operation>
  172.   </wsdl:portType>
  173.   <wsdl:binding name="wsconfigSoap" type="tns:wsconfigSoap">
  174.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  175.     <wsdl:operation name="historyfile">
  176.       <soap:operation soapAction="http://tempuri.org/historyfile" style="document" />
  177.       <wsdl:input>
  178.         <soap:body use="literal" />
  179.       </wsdl:input>
  180.       <wsdl:output>
  181.         <soap:body use="literal" />
  182.       </wsdl:output>
  183.     </wsdl:operation>
  184.     <wsdl:operation name="changepwd">
  185.       <soap:operation soapAction="http://tempuri.org/changepwd" style="document" />
  186.       <wsdl:input>
  187.         <soap:body use="literal" />
  188.       </wsdl:input>
  189.       <wsdl:output>
  190.         <soap:body use="literal" />
  191.       </wsdl:output>
  192.     </wsdl:operation>
  193.     <wsdl:operation name="fetchhistory">
  194.       <soap:operation soapAction="http://tempuri.org/fetchhistory" style="document" />
  195.       <wsdl:input>
  196.         <soap:body use="literal" />
  197.       </wsdl:input>
  198.       <wsdl:output>
  199.         <soap:body use="literal" />
  200.       </wsdl:output>
  201.     </wsdl:operation>
  202.     <wsdl:operation name="fetchhistorylist">
  203.       <soap:operation soapAction="http://tempuri.org/fetchhistorylist" style="document" />
  204.       <wsdl:input>
  205.         <soap:body use="literal" />
  206.       </wsdl:input>
  207.       <wsdl:output>
  208.         <soap:body use="literal" />
  209.       </wsdl:output>
  210.     </wsdl:operation>
  211.     <wsdl:operation name="adminfetchhistory">
  212.       <soap:operation soapAction="http://tempuri.org/adminfetchhistory" style="document" />
  213.       <wsdl:input>
  214.         <soap:body use="literal" />
  215.       </wsdl:input>
  216.       <wsdl:output>
  217.         <soap:body use="literal" />
  218.       </wsdl:output>
  219.     </wsdl:operation>
  220.   </wsdl:binding>
  221.   <wsdl:service name="wsconfig">
  222.     <wsdl:port name="wsconfigSoap" binding="tns:wsconfigSoap">
  223.       <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/history/wsconfig.asmx" />
  224.     </wsdl:port>
  225.   </wsdl:service>
  226. </wsdl:definitions>